Data for Silverlight
Item Property (NamedObjectCollection<T>)

C1.Silverlight.Data Namespace > NamedObjectCollection<T> Class : Item Property
Name of the item to get or set.
Gets or sets an item in the list by name.
Syntax
'Declaration
 
Public Shadows Default Property Item( _
   ByVal name As String _
) As T
public new T this[ 
   string name
]; {get; set;}

Parameters

name
Name of the item to get or set.

Property Value

A reference to the item with the given name.
See Also

Reference

NamedObjectCollection<T> Class
NamedObjectCollection<T> Members